Add "skeletoning"/anonymizing of user applications#4702
Open
Add "skeletoning"/anonymizing of user applications#4702
Conversation
b389175 to
0bc0caf
Compare
8e4a111 to
9ae8d11
Compare
…th wagtail & submission views
…ail form if enabled
9ae8d11 to
30b37bd
Compare
Contributor
Author
|
@frjo I'm going to add a unit test for the results view, some docs & do a final look over but it should be ready for review if you wanted to take a look before that |
wes-otf
commented
Mar 18, 2026
| SubmissionSkeletonFilter.declared_filters | ||
| ) | ||
| if not set(self.request.GET) & set(non_skeleton_fields): | ||
| skeleton_qs = SubmissionSkeletonFilter( |
Contributor
Author
There was a problem hiding this comment.
somewhat of a hacky solution to managing 2 models with one FilterView but seems to work?
Contributor
Author
There was a problem hiding this comment.
seems like the # of SQL queries shoots up though so might need some optimizing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Would close #3441. Adds a new ApplicationSubmissionSkeleton model that only contains minimal, non-PII datapoints. Also adds UI features for staff to select whether a user's application(s) should be deleted or converted to skeletoned/anonymized application.
The todos:
Test Steps